home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / rbmgr101.zip / REBMGR.DOC < prev    next >
Text File  |  1992-02-16  |  789b  |  24 lines

  1.  
  2.        Saesoft (R) Super Inactive Reboot Manager - Version 1.01
  3.     Copyright (C) Saesoft International 1983 - 1992.  All rights reserved.
  4.  
  5.     Usage: REBMGR [hh:mm] {-options}
  6.            no option => soft reboot
  7.            -h => use hard reboot
  8.            -q => reboot using qemm
  9.            -b => exit with errorlevel 2
  10.  
  11. Example: REBMGR 22:42 -Q
  12.  
  13. No option, perform a soft reboot. placing the value $1234 at POST reset flag
  14.                   and jump to ROM boot code.
  15.  
  16. -h, perform a direct jump to ROM restart/boot code.
  17.  
  18. -q, generate a non-destructive exception 13 error and push the R key into the
  19.     keyboard buffer, resulting in a forced reboot using qemm.
  20.       WARNING! this option ONLY works properly when QEMM is used!
  21.  
  22. -b, terminate REBMGR with errorlevel 2, to be used in batchfiles.
  23.  
  24.